home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / falcon / bonus / gamefix / gamefix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-18  |  1.1 KB  |  42 lines

  1. /***********************************************/
  2. /* Modulname      : GAMEFIX.H                  */
  3. /* Autor          : Thomas Binder              */
  4. /* Zweck          : Headerdatei für GAMEFIX.C, */
  5. /*                  MINI1.C und MINI2.C. Ent-  */
  6. /*                  hält Konstanten und die    */
  7. /*                  externen Variablen von     */
  8. /*                  ASSEM.S                    */
  9. /* Compiler       : Pure C 1.0                 */
  10. /* Erstellt am    : 28.08.1993                 */
  11. /* Letzte Änderung: 03.09.1993                 */
  12. /***********************************************/
  13.  
  14.  
  15. /* Konstanten (Offsets für settings-Feld) */
  16.  
  17. #define _DATACACHE  0
  18. #define _INSTCACHE  1
  19. #define _BLIT8MHZ   2
  20. #define _CPU8MHZ    3
  21. #define _BUSMODE    4
  22. #define _TIMERA     5
  23. #define _MFPI7      6
  24. #define _SPEAKER    7
  25. #define _SCRBASE    8
  26. #define _VOLUME     9
  27. #define _RAMCONFIG  10
  28.  
  29.  
  30. /* Variablen aus ASSEM.S */
  31.  
  32. extern WORD mpack[];
  33. extern WORD _gemdos[];
  34. extern WORD settings[];
  35. extern WORD checksum;
  36. extern ULONG ramsizes[];
  37. extern WORD *gdrout;
  38. extern ULONG rootpointer[];
  39. extern ULONG new_pmmu_tree[];
  40.  
  41. /* Modulende */
  42.